home *** CD-ROM | disk | FTP | other *** search
- /* asdriver.h */
- int ascAbort(void);
- int ascGetErrorCode(void);
- int ascGetErrorState(void);
- char *ascGetFilename(void);
- int ascGetState(void);
- long ascGetFileLength(void);
- long ascGetCharCount(void);
- int ascInit(int);
- int ascStartTx(char *,int,char,int);
- int ascStartRx(char *,int,char,int);
- int ascDriver(void);